home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / TGA2TIF.ZIP / TGA2TIF.TXT < prev   
Text File  |  1990-03-26  |  2KB  |  57 lines

  1.  
  2.  
  3.                    TGA to TIFF file conversion program
  4.  
  5.                    (c) 1989 Mark Hamilton Ver 1.10 03/90
  6.  
  7.  
  8.  
  9.     TGA2TIF is a file conversion program that converts targa (.TGA) files
  10.     to tiff (.TIF) files. The converted TIFF file can then be read by
  11.     popular DeskTop Publishing packages, such as PageMaker.
  12.  
  13.     The Targa files must be 16 bit color (targa16) and type 2 format. This
  14.     includes most files created from the True Vision Targa 16 board and
  15.     the Everex Vision 16 boards. Although not tested, it should work on
  16.     files created from the True Vision Vista board configured to 16 bit
  17.     color.
  18.  
  19.     Note: files created from Lumena16, ColorScheme I, ColorScheme II,
  20.           as well as others follow the targa type 2 format and can be
  21.           converted. Use the DOS REName command to rename the file from
  22.           the .PIX extension to the .TGA extension.
  23.  
  24.  
  25.     Usage: tga2tif [/m] [\path\]fname[.tga]
  26.  
  27.        /m = mirror left to right
  28.        /? = display syntax
  29.  
  30.        This will convert the .TGA file in the path specified to a TIFF
  31.        file in the current path.
  32.  
  33.        The mirror switch (/m) has found to be needed for files created
  34.        from the Vision 16 board.
  35.  
  36.        Conversion time will take less than 2 minutes for a 500k file
  37.        (depending on system and disk speed).
  38.  
  39.  
  40.     Revision History:
  41.  
  42.     v1.00 11/89 - Initial release.
  43.     v1.10 03/90 - Corrected file name prompt, if filename was not given
  44.                   on command line.
  45.                 - Verifies available disk space on default drive.
  46.                 - Verifies file image starting position in TGA header.
  47.                 - Display number of bytes saved indicates save in progress.
  48.  
  49.  
  50.     This program is free to use in Non-Commercial applications. For any
  51.     enhancements, problems or for commercial use contact me via 
  52.  
  53.         CompuServe:
  54.  
  55.         Mark Hamilton   76555,143
  56.  
  57.